type go.uber.org/mock/gomock.allMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L228: type allMatcher struct {
		matchers.go#L232: func (am allMatcher) Matches(x any) bool {
		matchers.go#L241: func (am allMatcher) String() string {
		matchers.go#L335: func All(ms ...Matcher) Matcher { return allMatcher{ms} }